home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 3 / DISK0731.ZIP / DIRECTOR < prev    next >
Text File  |  1986-01-11  |  996b  |  24 lines

  1.                   DIRECTORIES
  2.  
  3.      Directories are list of files and their 
  4. attributes.  File attributes include location, 
  5. date of last modification, size, etc... and 
  6. whether the entry is a directory or a file.  This 
  7. circular possibility, directories contain lists 
  8. of files which may in turn be directories, makes 
  9. them "tree structured".  The "outermost" 
  10. directory is called the root.  Innermost 
  11. branches are "leaves" and are always files.  
  12. Nodes in between are called "branches" or sub-
  13. directories.
  14.  
  15.      The files produced by INDEX and used by 
  16. LOCATE are associated with the node from which 
  17. INDEX is run.  INDEX also scans all the 
  18. directories contained within the home directory 
  19. and all of the directories within directories, 
  20. etc... LOCATE returns a path name sufficient to 
  21. reach any file from the home directory.  If this 
  22. notion is not clear it is best to create some 
  23. directories and sub-directories, experiment with
  24. index, and draw maps of the trees.